From: Jay Belanger Date: Thu, 30 Jul 2009 04:43:11 +0000 (+0000) Subject: calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11267 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=578c517f566b190b14eb6c838dcdc82161da6357;p=emacs.git calc-mode.el (calc-matrix-brackets): Remove "P" from prompt. --- diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index d76d4127988..60039cb093a 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.el @@ -664,7 +664,7 @@ (message "Not surrounding vectors with brackets")))) (defun calc-matrix-brackets (arg) - (interactive "sCode letters (R, O, C, P): ") + (interactive "sCode letters (R, O, C): ") (calc-wrapper (let ((code (append (and (string-match "[rR]" arg) '(R)) (and (string-match "[oO]" arg) '(O))